xenstore: make functions static
authorJuergen Gross <jgross@suse.com>
Mon, 5 Dec 2016 07:48:50 +0000 (08:48 +0100)
committerWei Liu <wei.liu2@citrix.com>
Mon, 5 Dec 2016 11:32:37 +0000 (11:32 +0000)
commitc87593106305a681cf7b3fe55d7d0dcc5f95b423
tree131fceb8e275e63bc288016e698fb35f42e19f67
parent46271e3ccd4fb8493ba1e3c1102b9f8803e54e6d
xenstore: make functions static

Move functions used in only one source to the file where they are used
and make them static.

Remove some prototypes from headers which are no longer in use.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/xenstore/xenstored_core.c
tools/xenstore/xenstored_core.h
tools/xenstore/xenstored_watch.c
tools/xenstore/xenstored_watch.h
tools/xenstore/xs.c
tools/xenstore/xs_lib.c